[gdk-pixbuf] Use G_STRLOC instead __LINE__
authorJavier Jardón <jjardon@gnome.org>
Wed, 21 Oct 2009 21:29:01 +0000 (23:29 +0200)
committerJavier Jardón <jjardon@gnome.org>
Mon, 30 Nov 2009 20:10:49 +0000 (21:10 +0100)
gdk-pixbuf/io-gif.c

index 7e35953021b7e37b0e72c50ba51b5fd63197363e..d414d782013def3a6dd29ed42c26ef88fd8af66d 100644 (file)
@@ -1344,7 +1344,7 @@ gif_get_next_step (GifContext *context)
 }
 
 
-#define LOG(x) /* g_print ("%d: %s\n", __LINE__, x); */
+#define LOG(x) /* g_print ("%s: %s\n", G_STRLOC, x); */
 
 static gint
 gif_main_loop (GifContext *context)